home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / scn / p04tbl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  271 b   |  11 lines

  1. #ifndef    _SCN_P04TBL_H
  2. #define    _SCN_P04TBL_H
  3.  
  4. extern CONST unsigned int    _p04_col[16];
  5. extern CONST unsigned int    _p04_coltbl[256];
  6. extern CONST unsigned int    _p04_ltbl[8];
  7. extern CONST unsigned int    _p04_rtbl[8];
  8. extern CONST unsigned int    _p04_vlinetbl[8];
  9.  
  10. #endif
  11.